home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / disk / misc / Mtools207.lha / Mtools-2.0.7 / docs / Mdel.doc < prev    next >
Encoding:
Text File  |  1994-05-27  |  1007 b   |  37 lines

  1. NAME
  2.        mdel - delete an MSDOS file
  3.  
  4. SYNOPSIS
  5.        mdel [ -v ] msdosfile [ msdosfiles...  ]
  6.  
  7. DESCRIPTION
  8.        Mdel deletes a file on an MSDOS filesystem.
  9.  
  10.        Mdel will allow the following command line option:
  11.  
  12.        v      Verbose  mode.  Echo the filenames as they are pro-
  13.               cessed.
  14.  
  15.        Mdel  will  ask  for  verification  prior  to  removing  a
  16.        read-only file.
  17.  
  18.        MSDOS subdirectory names are supported with either the '/'
  19.        or '\' separator.  The use of the '\' separator  or  wild-
  20.        cards  will  require the names to be enclosed in quotes to
  21.        protect them from the shell.
  22.  
  23.        The mcd command may be used to establish  the  device  and
  24.        the  current working directory (relative to MSDOS), other-
  25.        wise the default is A:/.
  26.  
  27.        Mdel returns 0 on success, 1 on utter  failure,  or  2  on
  28.        partial failure.
  29.  
  30. SEE ALSO
  31.        mcd(1)
  32.  
  33. BUGS
  34.        Allows multiple arguments, which does not follow the MSDOS
  35.        convention.
  36.  
  37.